home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / UUPC11QS.ARJ / GETSEQ.H < prev    next >
C/C++ Source or Header  |  1991-11-22  |  503b  |  13 lines

  1. /*--------------------------------------------------------------------*/
  2. /*    g e t s e q . h                                                 */
  3. /*                                                                    */
  4. /*    Header file for get sequence and related functions              */
  5. /*--------------------------------------------------------------------*/
  6.  
  7. #define SPOOLFMT "%c.%.8s%c%3.3s"
  8. #define DATAFFMT "%c.%.8s%3.3s%c"
  9.  
  10. long getseq( void );
  11.  
  12. char *JobNumber( long sequence );
  13.